Kanzi  3.9.8
Kanzi Engine Java API
ResourceLoadTaskType Enum Reference

Legacy version of enum "kanzi.ResourceManager.LoadTask.Type". More...

Inheritance diagram for ResourceLoadTaskType:
[legend]

Public Member Functions

 ResourceLoadTaskType (int mValue)
 
 ResourceLoadTaskType (ResourceLoadTaskType enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static ResourceLoadTaskType swigToEnum (int swigValue)
 
static ResourceLoadTaskType toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 FinishOnly =(1)
 Load task type which does everything in the finishFunction only. More...
 
 LoadAndFinish =(0)
 Load task type with both loadFunction and finishFunction parts.
 

Detailed Description

Legacy version of enum "kanzi.ResourceManager.LoadTask.Type".


The type of the load task.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static ResourceLoadTaskType toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

Member Data Documentation

FinishOnly =(1)

Load task type which does everything in the finishFunction only.


The loadFunction is guaranteed to be not called for such tasks.